home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 November & December / Amiga-CD 1997 #11-12.iso / pd-disketten / ungepackt / 12_95 / apd-12-95-4-2 / printmanager_2.0 / changes next >
Text File  |  1996-01-25  |  3KB  |  79 lines

  1.  
  2. IMPORTANT: If you are upgrading from a previous version of PrintManager, make
  3. sure to replace both PrintManager and spool.device, and reset the computer
  4. before using the printer, otherwise the system may crash!
  5.  
  6.  
  7. Changes from 1.1 to 2.0
  8. -----------------------
  9. (PrintManager 37.9, spool.device 37.9)
  10.  
  11. - PrintManager is now SHAREWARE.
  12.  
  13. - Rewritten the docs.
  14.  
  15. - It's now possible to spool PAR: and SER:, via the DEVICE ToolType.
  16.   "How can I make PrintManager work with PageStream?" is a question I will
  17.   hopefully not have to answer any more. ;-)
  18.  
  19. - AppIcon and AppWindow printing! If datatypes.library is available, it's
  20.   used. Can also print raw data saved with Save As...
  21.  
  22. - Auto Form Feed feature
  23.  
  24. - Font sensitive user interface
  25.  
  26. - SPOOLDIR ToolType changed to SPOOLDRAWER for consistency with other
  27.   Workbench programs.
  28.  
  29. - PUBSCREEN ToolType
  30.  
  31. - Since the I/O buffers are allocated only while printing, thus not wasting
  32.   memory, I have enlarged them from 1K to 4K. This should somewhat reduce
  33.   disk access.
  34.  
  35. - No longer creates an empty file when receiving the first BEGINIO with a
  36.   command different from CMD_WRITE (fixes PC-Task)
  37.  
  38. - Now creates the spool directory if it doesn't exist. The spool directory
  39.   should  be reserved to PrintManager, so the default has changed from T: to
  40.   T:spool
  41.  
  42.  
  43. Changes from 1.0 to 1.1
  44. -----------------------
  45. (PrintManager 37.4, spool.device 37.4)
  46.  
  47. - Shortened the code.
  48.  
  49. - Put 3000 as stack size in PrintManager's icon. The spooler process now
  50.   has a stack of 3000, too. This saves some memory.
  51.  
  52. - The I/O cache buffers are allocated only when needed. This saves about
  53.   2K when not printing.
  54.  
  55. - Fixed bug where selecting "Hide" from the menu could cause enforcer hits
  56.   and occasional crashes.
  57.  
  58. - Fixed bug which caused new jobs to be paused if others were recovered
  59.   after a reset and the GUI wasn't open.
  60.  
  61. - While reorganizing the I/O caching routines, spotted a bug which would,
  62.   under very special conditions, corrupt the output flow. The conditions
  63.   were so particular that it was never reported.
  64.  
  65. - Under latest OS releases, the name of tasks using PRT: was not spotted,
  66.   and was replaced by "PRT" in the jobs list. A small change in the hack
  67.   should fix this for every OS release. It remains a hack, though.
  68.  
  69. - Added the ability to put an application icon on the Workbench.
  70.  
  71. - Some people asked for an "auto FormFeed" feature. I thought over it and
  72.   decided not to implement it. In my opinion, the printer should behave
  73.   exactly as if PrintManager was not there.
  74.  
  75. - Many people complained about PrintManager not working with some programs
  76.   which print directly to PAR:. This is not PrintManager's fault: those
  77.   programs go against Commodore's guidelines. If possible, configure them
  78.   to use PRT: or printer.device.
  79.